text/template.state.depth (field)

3 uses

	text/template (current package)
		exec.go#L39: 	depth int        // the height of the stack of executing templates.
		exec.go#L429: 	if s.depth == maxExecDepth {
		exec.go#L435: 	newState.depth++